(tempdir): Remove epaths.h from the distribution
authorGerd Moellmann <gerd@gnu.org>
Fri, 1 Dec 2000 10:24:11 +0000 (10:24 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 1 Dec 2000 10:24:11 +0000 (10:24 +0000)
instead of paths.h.

make-dist

index d2b2f6fe68fd7a7508d3772680e75cf256c497e2..0f4a3ab92942325b1290c1b3358505e220186456 100755 (executable)
--- a/make-dist
+++ b/make-dist
 progname="$0"
 
 ### Exit if a command fails.
-set -e
+#set -e
 
 ### Print out each line we read, for debugging's sake.
-### set -v
+#set -v
 
 ## Don't restrict access to any files.
 umask 0
@@ -427,7 +427,7 @@ echo "Making links to \`src'"
  ln makefile.nt makefile.w32-in vms-pp.trans ../${tempdir}/src
  ln .gdbinit .dbxinit ../${tempdir}/src
  cd ../${tempdir}/src
- rm -f config.h paths.h Makefile Makefile.c
+ rm -f config.h epaths.h Makefile Makefile.c
  rm -f =* TAGS)
 
 echo "Making links to \`src/bitmaps'"